home *** CD-ROM | disk | FTP | other *** search
- Short: ARexx Ping script for AmIRC
- Author: newlook@ameritech.net (Deryk B. Robosson)
- Uploader: newlook@ameritech.net (Deryk B. Robosson)
- Type: comm/tcp
- Replaces: AmIRCPing.lha
- Requires: A ping command
- Version: 1.02
-
-
- Installation:
- --------------
- Copy ping.amirx to amirc/rexx directory
-
- Install an alias in AmIRC by selecting setup menu
- then lists. Under Alias tab, select add new alias.
-
- Then in edit window type the alias you would like
- to use.
-
- i.e. pi = /rx ping.amirx %p
- (note the alias isn't called PING
- because that's an IRC command)
-
- Usage:
- --------------
-
- /ping someplace.cool.net - and you will be shown the results in a CON window
- /ping someplace.cool.net flood
- /ping newlook - and you will be shown the results in a CON window
-
- If you wish for a count more than five pings, edit the count variable
- in the script, it's towards the top. Count has no effect when using
- the FLOOD option. If using the FLOOD option, you must CTRL-C in the
- output window to break the program.
-
- Version 1.00
- --------------
- Initial Creation
-
- Version 1.01
- --------------
- Added flood support
- Now allows a users nick to be passed instead of somewhere.com
-
- Version 1.02
- --------------
- Prettied up the display of information to the user
-